翻訳と辞書
Words near each other
・ Test Tube Records
・ Test validity
・ Test Valley
・ Test Valley Arts Foundation
・ Test Valley Borough Council election, 2011
・ Test Valley Borough Council election, 2015
・ Test Valley Borough Council elections
・ Test Valley School
・ Test vector
・ Test vector generator
・ Test Way
・ Test weight
・ Test-Achats
・ Test-Achats v Council of Ministers
・ Test-and-set
Test-driven development
・ Test-Driven Development by Example
・ Testa
・ Testa (surname)
・ Testa del Leone
・ Testa del Rutor
・ Testa Grigia
・ Testa Grigia (Aosta Valley)
・ Testa Ridge
・ Testa, Hurwitz & Thibeault
・ Testability
・ Testaccio
・ Testacea
・ Testacella
・ Testacella maugei


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Test-driven development : ウィキペディア英語版
Test-driven development

Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards. Kent Beck, who is credited with having developed or 'rediscovered' the technique, stated in 2003 that TDD encourages simple designs and inspires confidence.〔
Test-driven development is related to the test-first programming concepts of extreme programming, begun in 1999, but more recently has created more general interest in its own right.〔Newkirk, JW and Vorontsov, AA. ''Test-Driven Development in Microsoft .NET'', Microsoft Press, 2004.〕
Programmers also apply the concept to improving and debugging legacy code developed with older techniques.〔Feathers, M. Working Effectively with Legacy Code, Prentice Hall, 2004〕
== Test-driven development cycle ==

The following sequence is based on the book ''Test-Driven Development by Example''.〔Beck, K. Test-Driven Development by Example, Addison Wesley - Vaseem, 2003〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Test-driven development」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.